home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Vibrations
/
Virtual Vibrations.iso
/
mac
/
Virtual Vibrations
/
STAR.DXR
/
00038.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-28
|
207 b
|
20 lines
on enterFrame
end
on mouseDown
if the clickOn = 20 then
BUTTONDOWN()
end if
end
on mouseUp
if the clickOn = 20 then
go(the frame - 1)
end if
end
on exitFrame
global fixpal
pause()
end